for (int count = 0; count < COUNT; count++) {
now += rg.nextInt(100);
double value = new Double(rg.nextDouble());
dataSet.record(now, value);
for (int count = 0; count < COUNT; count++) {
now += rg.nextInt(100);
double value = rg.nextDouble();
dataSet.record(now, value);